home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9878 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: nuscc.nus.sg!sci40246
  2. From: sci40246@leonis.nus.sg (Goh Hsuan Hsuan)
  3. Newsgroups: comp.lang.c
  4. Subject: Help!!!For banner program!!!
  5. Date: 11 Mar 1996 10:00:22 GMT
  6. Organization: National University of Singapore
  7. Message-ID: <4i0tjm$552@nuscc.nus.sg>
  8. NNTP-Posting-Host: sci40246%@leonis.nus.sg
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. Hello !
  12.  
  13.     I have a font file which contains all character in banner form... 8*8 
  14. which is stored vertically such as:
  15.   
  16.  
  17. XX  XX       
  18. XX  XX
  19. XX  XX
  20. XXXXXX
  21. XX  XX
  22. XX  XX
  23. XX  XX
  24.  
  25.  XXXXX
  26. XX    X
  27. XXXXXXX
  28. XX
  29.  XXXXX
  30.  
  31. How do I write a banner program to print out whatever characters prompted 
  32. by user ??? Note that this is case sensitive !
  33.  
  34. ________________________________________________________________________________
  35.  
  36.  Goh Hsuan Hsuan
  37.  National University of Singapore
  38.  Department of Computational Science (PHYSICS)
  39.  
  40.  Experience is that marvelous thing that enables you recognize a
  41.  mistake when you make it again.  -- F. P. Jones
  42. ________________________________________________________________________________
  43.